home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set tclk to the clickOn + 5
- set the visible of sprite tclk to 1
- updateStage()
- waittimer(1)
- set tcount to integer(the text of member "fPhotoCount") + 1
- if tcount > integer(item integer(the text of member "fPhotoFolder") of the text of member "fPhotoMax") then
- set tcount to 1
- end if
- set the text of member "fPhotoCount" to string(tcount)
- go("DISP")
- end
-